home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 January / WPCJAN97.ISO / refwjan.dxr / 00003_REFReferences Frame.ls < prev    next >
Encoding:
Text File  |  1996-11-07  |  380 b   |  18 lines

  1. on exitFrame
  2.   global GTSTrySprite, IFLCanChange, browserID, IFLBrowsercounter
  3.   go(the frame)
  4.   if the mouseUp then
  5.     set IFLCanChange to 1
  6.   end if
  7.   REFGoToSection()
  8.   REFQuitCD()
  9.   if browserID > 32 then
  10.     if IFLBrowsercounter = 2 then
  11.       REFCheckBrowser()
  12.     else
  13.       set IFLBrowsercounter to 1 + IFLBrowsercounter
  14.     end if
  15.   end if
  16.   IFLsectionWordAnimate()
  17. end
  18.